Summary

Inserts a web page via its Url into a Content Studio document. This component was added in version 5.1.

Component properties
Category AS Document
Version 2.0
Complies with Xhtml 1.0 / 1.1 rules No
Supported server programming languages C# Visual Basic.NET
Output content type Unspecified or not applicable

When to use

This component is typically used when you would like to include a document from an URL source, for example from another web site.

Programming interface

Parameters

Domain
The domain part of the url for example http://contentstudio.se/
File
The name and all query strings representing a web page located at the Domain for example index.htm
ReplaceRelativeURLs
Replace relative URL:s
UserName
Optional, a user name used to authenticate to the domain.
PassWord
Optional, a password to use with the User Name.
StripBody
Remove all code outside of the body content of the retrieved HTML code. The prevents multiple HTML, HEAD and BODY elements when inserted in a document that already has these elements.

Remarks

Do not turn off the StripBody argument unless the document included is does not have HTML, HEAD and BODY tags!